return "What this behavior does:" & RETURN & RETURN & "Instructs the playback head to wait for media used in the next frame. Use this in movies that are authored to stream over the Internet, where media in the next frame may not be available yet. When the media in the next frame becomes available, the playback head will continue to the next frame." & RETURN & RETURN & RETURN & "How to use:" & RETURN & RETURN & "1. Drag the behavior to the script channel of the score in the frame that should serve as the end of the looping sequence." & RETURN & RETURN & "2. Select a 'Loop Type.'" & RETURN & RETURN & "Options include 'LoopOnCurrentFrame' (the default) and 'LoopToSpecifiedFrame.' Additionally, if one or more markers exist prior to the frame the behavior is in, 'LoopToSpecifiedMarker' becomes a third looping option." & RETURN & RETURN & "3. Assign a destination to loop to while waiting for streaming media." & RETURN & RETURN & "This is only required when selecting a 'Loop Type' that requires a particular frame or marker to loop to." & RETURN & RETURN & "Note: This behavior should be used for Shockwave only."
end
on getBehaviorTooltip
return "Use this to loop the playback head" & RETURN & "until media in the subsequent frame" & RETURN & "is available for use." & RETURN & RETURN & "To use, drop behavior on the script" & RETURN & "channel of the score in the frame" & RETURN & "that will serve as the end of the" & RETURN & "looping sequence."